non-linear functions

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

A non-linear function is one that includes elements that cannot be expressed as a simple linear multiples of variables. For example, x2, 2n, exp(x) and log(x+y) are all non-linear functions. Note that a non-linear function may include parts that are linear so long as there are some parts that cannot be reduced to a linear sum; for example the classic quadratic ax2+bx+c is a non linear function of x. Note that non-linear functions may include discontinuities, such as the hardthreshold step function, or complete changes in form. As linear functions are easier to deal with, it may sometimes be useful to use a piecewise linear approximation ti a non linear function.

Used in Chap. 7: page 108